mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-05 23:39:00 +00:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
|
#
|
||
|
|
# Makefile for all Linux ACPI interpreter subdirectories
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-y := psargs.o psparse.o pstree.o pswalk.o \
|
||
|
|
psopcode.o psscope.o psutils.o psxface.o
|
||
|
|
|
||
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|