mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
obj-$(CONFIG_EDD) += edd.o
|
||
|
obj-$(CONFIG_EFI_VARS) += efivars.o
|
||
|
obj-$(CONFIG_EFI_PCDP) += pcdp.o
|