Changeset 78452 in vbox for trunk/src/bldprogs
- Timestamp:
- May 8, 2019 4:17:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r76553 r78452 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 BLDPROGS += bin2c biossums filesplitter VBoxCmp 21 ifneq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.sparc64) 22 BLDPROGS += bin2c biossums filesplitter VBoxCmp 23 endif 22 24 23 25 bin2c_TEMPLATE = VBoxBldProg … … 73 75 VBoxCheckImports_SOURCES = VBoxCheckImports.cpp 74 76 75 BLDPROGS += VBoxDef2LazyLoad 77 ifneq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.sparc64) 78 BLDPROGS += VBoxDef2LazyLoad 79 endif 76 80 VBoxDef2LazyLoad_TEMPLATE = VBoxBldProg 77 81 VBoxDef2LazyLoad_SOURCES = VBoxDef2LazyLoad.cpp
Note:
See TracChangeset
for help on using the changeset viewer.