X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fboot%2Fbootp%2FMakefile;h=8e8879b6b3d786fa62c8baa49c49a52a4129ed48;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=c394e305447c504ed3884a6e894c35afad48eb42;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/arm/boot/bootp/Makefile b/arch/arm/boot/bootp/Makefile index c394e3054..8e8879b6b 100644 --- a/arch/arm/boot/bootp/Makefile +++ b/arch/arm/boot/bootp/Makefile @@ -1,9 +1,6 @@ # # linux/arch/arm/boot/bootp/Makefile # -# This file is included by the global makefile so that you can add your own -# architecture-specific flags and dependencies. -# LDFLAGS_bootp :=-p --no-undefined -X \ --defsym initrd_phys=$(INITRD_PHYS) \ @@ -24,4 +21,4 @@ $(obj)/kernel.o: arch/arm/boot/zImage FORCE $(obj)/initrd.o: $(INITRD) FORCE -PHONY += $(INITRD) FORCE +.PHONY: $(INITRD) FORCE