X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fatl1c%2FMakefile;fp=src%2Fatl1c%2FMakefile;h=0000000000000000000000000000000000000000;hp=ee84883d94c5907db71045cdcbbea090b40efd21;hb=d1c22409c54862129ddd7c8e78288ad6699e8f80;hpb=72d02bbfad6464c97b7271fb4ee3b78f4c9168b9 diff --git a/src/atl1c/Makefile b/src/atl1c/Makefile deleted file mode 100644 index ee84883d94..0000000000 --- a/src/atl1c/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -KSRC ?= /lib/modules/$(shell uname -r)/build - -obj-m += atl1c.o -atl1c-objs += atl1c_main.o atl1c_hw.o atl1c_ethtool.o - -all: - $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules - -clean: - rm -rf *.ko *.mod.* *.o .*.cmd .tmp_versions Module.symvers - -distclean: clean - rm -rf cscope.* *~