Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# Makefile for all Linux ACPI interpreter subdirectories
#

O_TARGET := ../$(shell basename `pwd`).o

obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))

EXTRA_CFLAGS += -I../include

EXTRA_CFLAGS += $(ACPI_CFLAGS)

include $(TOPDIR)/Rules.make

clean:
	$(RM) *.o