X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Farm%2FMakefile;h=3345c6d0fd1ee35602b40acd82eea4bd2cb329e3;hb=018a3d1db7cdb6127656c1622ee1d2302e16436d;hp=6f8e84c1c1f2330d207951bdb8098cb99d11b15c;hpb=1465887cfe79889273e3fd3aaf862e7ec3ee244f;p=powerpc.git diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6f8e84c1c1..3345c6d0fd 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -114,8 +114,10 @@ endif machine-$(CONFIG_ARCH_H720X) := h720x machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 machine-$(CONFIG_ARCH_REALVIEW) := realview - machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200 + machine-$(CONFIG_ARCH_AT91) := at91rm9200 machine-$(CONFIG_ARCH_EP93XX) := ep93xx + machine-$(CONFIG_ARCH_PNX4008) := pnx4008 + machine-$(CONFIG_ARCH_NETX) := netx ifeq ($(CONFIG_ARCH_EBSA110),y) # This is what happens if you forget the IOCS16 line. @@ -175,7 +177,7 @@ boot := arch/arm/boot # them changed. We use .arch to indicate when they were updated # last, otherwise make uses the target directory mtime. -include/asm-arm/.arch: $(wildcard include/config/arch/*.h) include/config/MARKER +include/asm-arm/.arch: $(wildcard include/config/arch/*.h) include/config/auto.conf @echo ' SYMLINK include/asm-arm/arch -> include/asm-arm/$(INCDIR)' ifneq ($(KBUILD_SRC),) $(Q)mkdir -p include/asm-arm