Files
Mike Frysinger 6d519a4606 sim: avoid TRACE redefine warnings
The common code sets up an autoconf option --enable-sim-trace which adds
-DTRACE= to CPPFLAGS.  This causes warnings in the building of some files
that declare a local TRACE() helper macro.  So punt it from hw-ports.c
(since it isn't actually used) and convert hw-properties.c to HW_TRACE().
2010-03-16 20:58:53 +00:00
..
2010-01-25 04:08:52 +00:00
2010-01-25 04:08:52 +00:00
2010-03-16 20:58:53 +00:00
2010-01-09 21:11:44 +00:00
2009-05-18 13:25:35 +00:00
2010-03-16 20:58:53 +00:00
2009-05-18 13:25:35 +00:00
2010-02-04 22:52:42 +00:00