Makefile 271 B

12345678
  1. #
  2. # Makefile for all Linux ACPI interpreter subdirectories
  3. #
  4. obj-y := utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \
  5. utcopy.o utdelete.o utglobal.o utmath.o utobject.o utstate.o utmutex.o utobject.o utcache.o
  6. EXTRA_CFLAGS += $(ACPI_CFLAGS)