9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
#
|
||
|
# Makefile for VoyagerGX
|
||
|
#
|
||
|
|
||
|
obj-y := irq.o setup.o
|
||
|
|
||
|
obj-$(CONFIG_USB_OHCI_HCD) += consistent.o
|
||
|
|