Makefile
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. #
  2. # Makefile for all Linux ACPI interpreter subdirectories
  3. # EXCEPT for the ospm directory
  4. #
  5. O_TARGET := $(notdir $(CURDIR)).o
  6. obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))
  7. EXTRA_CFLAGS += $(ACPI_CFLAGS)
  8. include $(TOPDIR)/Rules.make