Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f17b5f06cb92ef2250513a1e154c47b78df07d40 authored by Linus Torvalds on 27 January 2019, 23:18:05 UTC
Linux 5.0-rc4
Tip revision: f17b5f0
Makefile
# SPDX-License-Identifier: GPL-2.0
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