1 2 3 4 5 6 7 8 9 10 11 12 13
--- ixp400_xscale_sw/Makefile.ixp400 +++ ixp400_xscale_sw/Makefile.ixp400 @@ -0,0 +1,10 @@ +obj-m := ixp400.o +ixp400-y := ixp400_ial.o + +PWD := $(shell pwd) + +ixp400.ko: + $(MAKE) V=1 -C $(LINUX_SRC) SUBDIRS=$(PWD) ARCH=arm modules + +clean: + rm -f ixp400.ko