Makefile 181 B

123456789
  1. #
  2. # Makefile for all Linux ACPI interpreter subdirectories
  3. #
  4. obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o
  5. obj-$(ACPI_FUTURE_USAGE) += hwtimer.o
  6. EXTRA_CFLAGS += $(ACPI_CFLAGS)