File: Makefile

package info (click to toggle)
acx100 20070101-3
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 848 kB
  • ctags: 2,351
  • sloc: ansic: 14,410; sh: 656; makefile: 111; perl: 101
file content (15 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
obj-m += acx.o

acx-obj-y += pci.o
acx-obj-y += usb.o

acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)

# Use this if you have proper Kconfig integration:

#obj-$(CONFIG_ACX) += acx.o
#
#acx-obj-$(CONFIG_ACX_PCI) += pci.o
#acx-obj-$(CONFIG_ACX_USB) += usb.o
#
#acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)