mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
28a2b45054
Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
11 lines
140 B
Makefile
11 lines
140 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o pcie.o time.o common.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|