]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/atl1c/Makefile
Add usb_modeswitch 1.0.5 and cfg for Huawei E1762.
[people/pmueller/ipfire-2.x.git] / src / atl1c / Makefile
CommitLineData
2866afa2
AF
1KSRC ?= /lib/modules/$(shell uname -r)/build
2
3obj-m += atl1c.o
4atl1c-objs += atl1c_main.o atl1c_hw.o atl1c_ethtool.o
5
6all:
7 $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
8
9clean:
10 rm -rf *.ko *.mod.* *.o .*.cmd .tmp_versions Module.symvers
11
12distclean: clean
13 rm -rf cscope.* *~