SE/FS: Build the solaris object in both SE and FS.

This commit is contained in:
Gabe Black
2011-10-30 18:52:30 -07:00
parent 248033f31e
commit ef097eb69c

View File

@@ -33,13 +33,6 @@
#include "base/types.hh"
#include "config/full_system.hh"
#if FULL_SYSTEM
class Solaris {};
#else //!FULL_SYSTEM
#include "kern/operatingsystem.hh"
class TranslatingPort;
@@ -126,7 +119,4 @@ class Solaris : public OperatingSystem
}; // class Solaris
#endif // FULL_SYSTEM
#endif // __SOLARIS_HH__