Makefile_64 143 字节
Newer Older
T
Thomas Gleixner 已提交
1 2 3 4 5 6 7
obj-y			:= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_64.o wakeup_64.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y			+= processor.o cstate.o
endif