Makefile (821f3eff7cdb9d6c7076effabd46c96c322daed1) | Makefile (8a362cd6d60e2ae3b704df1b3f08db58a3924339) |
---|---|
1# 2# Makefile for alpha-specific library files.. 3# 4 | 1# 2# Makefile for alpha-specific library files.. 3# 4 |
5EXTRA_AFLAGS := $(KBUILD_CFLAGS) 6EXTRA_CFLAGS := -Werror | 5asflags-y := $(KBUILD_CFLAGS) 6ccflags-y := -Werror |
7 8# Many of these routines have implementations tuned for ev6. 9# Choose them iff we're targeting ev6 specifically. 10ev6-$(CONFIG_ALPHA_EV6) := ev6- 11 12# Several make use of the cttz instruction introduced in ev67. 13ev67-$(CONFIG_ALPHA_EV67) := ev67- 14 --- 44 unchanged lines hidden --- | 7 8# Many of these routines have implementations tuned for ev6. 9# Choose them iff we're targeting ev6 specifically. 10ev6-$(CONFIG_ALPHA_EV6) := ev6- 11 12# Several make use of the cttz instruction introduced in ev67. 13ev67-$(CONFIG_ALPHA_EV67) := ev67- 14 --- 44 unchanged lines hidden --- |