mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- hardware_caps/Makefile: use @HWLIB_CFLAGS@ instead of defines
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
noinst_LIBRARIES = libhwcaps.a
|
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
|
||||||
if BOXMODEL_CS_HD2
|
AM_CPPFLAGS = \
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd2/libcoolstream
|
@HWLIB_CFLAGS@
|
||||||
else
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd1/libcoolstream
|
noinst_LIBRARIES = libhwcaps.a
|
||||||
endif
|
|
||||||
|
|
||||||
libhwcaps_a_SOURCES = \
|
libhwcaps_a_SOURCES = \
|
||||||
hardware_caps.cpp
|
hardware_caps.cpp
|
||||||
|
Reference in New Issue
Block a user