add ath_hal glue
MFC after: 3 days
This commit is contained in:
parent
93d3ecbce2
commit
29bd1e4139
@ -35,6 +35,16 @@ ukbdmap.h optional ukbd_dflt_keymap \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "ukbdmap.h"
|
||||
#
|
||||
hal.o optional ath_hal \
|
||||
dependency "$S/contrib/dev/ath/public/alpha-elf.hal.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/ath/public/alpha-elf.hal.o.uu" \
|
||||
no-implicit-rule
|
||||
opt_ah.h optional ath_hal \
|
||||
dependency "$S/contrib/dev/ath/public/alpha-elf.opt_ah.h" \
|
||||
compile-with "cp $S/contrib/dev/ath/public/alpha-elf.opt_ah.h opt_ah.h" \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "opt_ah.h"
|
||||
#
|
||||
alpha/alpha/api_up1000.c optional api_up1000
|
||||
alpha/alpha/atomic.s standard
|
||||
alpha/alpha/autoconf.c standard
|
||||
|
@ -17,6 +17,15 @@ ukbdmap.h optional ukbd_dflt_keymap \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "ukbdmap.h"
|
||||
#
|
||||
hal.o optional ath_hal \
|
||||
dependency "$S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \
|
||||
no-implicit-rule
|
||||
opt_ah.h optional ath_hal \
|
||||
dependency "$S/contrib/dev/ath/public/sparc64-be-elf.opt_ah.h" \
|
||||
compile-with "cp $S/contrib/dev/ath/public/sparc64-be-elf.opt_ah.h opt_ah.h" \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "opt_ah.h"
|
||||
#
|
||||
crypto/blowfish/bf_enc.c optional crypto | ipsec ipsec_esp
|
||||
crypto/des/des_enc.c optional crypto | ipsec ipsec_esp | \
|
||||
|
Loading…
Reference in New Issue
Block a user