]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/atl1c/Makefile
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / src / atl1c / Makefile
1 KSRC ?= /lib/modules/$(shell uname -r)/build
2
3 obj-m += atl1c.o
4 atl1c-objs += atl1c_main.o atl1c_hw.o atl1c_ethtool.o
5
6 all:
7 $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
8
9 clean:
10 rm -rf *.ko *.mod.* *.o .*.cmd .tmp_versions Module.symvers
11
12 distclean: clean
13 rm -rf cscope.* *~