projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.9.283-gnu1
[releases.git]
/
drivers
/
net
/
wireless
/
intersil
/
p54
/
Makefile
1
p54common-objs := eeprom.o fwio.o txrx.o main.o
2
p54common-$(CONFIG_P54_LEDS) += led.o
3
4
obj-$(CONFIG_P54_COMMON) += p54common.o
5
obj-$(CONFIG_P54_USB) += p54usb.o
6
obj-$(CONFIG_P54_PCI) += p54pci.o
7
obj-$(CONFIG_P54_SPI) += p54spi.o