Makefile 199 B

12345678
  1. #
  2. # Makefile for all Linux ACPI interpreter subdirectories
  3. #
  4. obj-y := tbconvrt.o tbget.o tbrsdt.o tbxface.o \
  5. tbgetall.o tbinstal.o tbutils.o tbxfroot.o
  6. EXTRA_CFLAGS += $(ACPI_CFLAGS)