Changeset 6c34be69 in mainline
- Timestamp:
- 2016-10-26T20:33:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54861ca
- Parents:
- 92d5279
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r92d5279 r6c34be69 39 39 EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow 40 40 41 RD_DRVS_ESSENTIAL += \ 42 platform/sun4u \ 43 bus/pci/pciintel 44 41 45 RD_SRVS_NON_ESSENTIAL += 42 46 -
uspace/Makefile
r92d5279 r6c34be69 202 202 DIRS += \ 203 203 srv/hw/irc/obio 204 ifeq ($(MACHINE),generic) 205 DIRS += \ 206 drv/platform/sun4u \ 207 drv/bus/pci/pciintel 208 endif 204 209 endif 205 210
Note:
See TracChangeset
for help on using the changeset viewer.