diff options
-rw-r--r-- | config/mt-ebmon29k | 1 | ||||
-rw-r--r-- | config/mt-vxworks68 | 1 | ||||
-rw-r--r-- | config/mt-vxworks960 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/mt-ebmon29k b/config/mt-ebmon29k index 2468b56..9eff263 100644 --- a/config/mt-ebmon29k +++ b/config/mt-ebmon29k @@ -7,4 +7,5 @@ INSTALL_HEADERS = INSTALL_FIXED_INCLUDES= nothing INSTALL_USR_LOCAL = nothing +ALL= all.cross INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks68 b/config/mt-vxworks68 index e5ec4a6..aa125af 100644 --- a/config/mt-vxworks68 +++ b/config/mt-vxworks68 @@ -1 +1,2 @@ +ALL= all.cross INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks960 b/config/mt-vxworks960 index e5ec4a6..aa125af 100644 --- a/config/mt-vxworks960 +++ b/config/mt-vxworks960 @@ -1 +1,2 @@ +ALL= all.cross INSTALL_TARGET= install.cross |