Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 009d0431c3914de64666bec0d350e54fdd59df6a authored by Linus Torvalds on 01 December 2014, 00:42:27 UTC
Linux 3.18-rc7
Tip revision: 009d043
Makefile
obj-y				+= setup.o nlm_hal.o cop2-ex.o dt.o
obj-$(CONFIG_SMP)		+= wakeup.o
ifdef CONFIG_USB
obj-y				+= usb-init.o
obj-y				+= usb-init-xlp2.o
endif
ifdef CONFIG_SATA_AHCI
obj-y				+= ahci-init.o
obj-y				+= ahci-init-xlp2.o
endif
back to top