]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - resources/acpi_cpu/Makefile.omk
Make the framework compilable without acpi_xxx libraries
[frescor/frsh.git] / resources / acpi_cpu / Makefile.omk
1 default_CONFIG = CONFIG_ACPI_CPU=y
2
3 ifeq ($(CONFIG_ACPI_CPU),y)
4 shared_LIBRARIES = acpi_cpu
5
6 acpi_cpu_SOURCES = fra_acpi_cpu.c
7 acpi_cpu_LIBS += fosa rt m acpi cpufreq
8
9 include_HEADERS = fra_acpi_cpu.h
10
11
12 #SUBDIRS=
13 endif