acpiexamples: Makefile fix for incorrect CFLAGS.

Was using "EXAMPLES" instead of "ACPIEXAMPLES". Dean Nelson,
dnelson@redhat.com. ACPICA BZ 1105.
This commit is contained in:
Robert Moore 2014-09-09 08:24:45 -07:00
parent aca0478526
commit f79e3a14c5

View File

@ -162,7 +162,7 @@ OBJECTS = \
#
CFLAGS += \
-DACPI_EXAMPLE_APP\
-I$(EXAMPLES)
-I$(ACPIEXAMPLES)
#
# Common Rules