* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
[fw/sdcc] / Makefile.in
index 54f76486f1d014b80db34321964b365e0ff54505..16477918d08a696c7cbe63849475cdb5703db90a 100644 (file)
@@ -15,13 +15,13 @@ SDCC_LIBS   = support/makebin
 SDCC_DOC        = doc
 
 # Parts that are not normally compiled but need to be cleaned
-SDCC_EXTRA      = support/regression
+SDCC_EXTRA      = support/regression support/valdiag
 
 SDCC_PACKIHX   = support/packihx
 SDCC_LIBRARIAN = support/librarian
 
 ifeq ($(OPT_DISABLE_HC08), 0)
-SDCC_ASLINK     += as/hc08
+SDCC_ASLINK     += as/hc08 as/link/hc08
 endif
 
 ifeq ($(OPT_DISABLE_MCS51), 0)