Makefile 193 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2
export-objs	:= bm_osl.o

Linus Torvalds's avatar
Linus Torvalds committed
3 4 5 6 7 8
O_TARGET	:= ospm_$(notdir $(CURDIR)).o
obj-m		:= $(O_TARGET)
EXTRA_CFLAGS	+= $(ACPI_CFLAGS)
obj-y		:= $(patsubst %.c,%.o,$(wildcard *.c))

include $(TOPDIR)/Rules.make