mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
the relevant boxmodels are handled now in a "dirty part of hw_caps" in neutrino.cpp after zapit-start
10 lines
170 B
Makefile
10 lines
170 B
Makefile
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
AM_CPPFLAGS = \
|
|
@HWLIB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|