diff options
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r-- | libgloss/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am index f69a3f1..6b27f15 100644 --- a/libgloss/Makefile.am +++ b/libgloss/Makefile.am @@ -180,6 +180,9 @@ endif if CONFIG_WINCE include wince/Makefile.inc endif +if CONFIG_XC16X +include xc16x/Makefile.inc +endif if CONFIG_XSTORMY16 include xstormy16/Makefile.inc endif |