mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
c4002e6e23
This patch changes the noux build rules to produce a tar archive in 'bin/', alleviating the need for this step from the run scripts. This way, the visible result of a built noux package is a single (tar) file in '<build-dir>bin/', which is suited for the use as a ROM module.
8 lines
174 B
Makefile
8 lines
174 B
Makefile
GNU_BUILD_MK := $(call select_from_repositories,mk/gnu_build.mk)
|
|
|
|
LIBS += libc_noux
|
|
|
|
PKG_DIR ?= $(call select_from_ports,$(PKG))/src/noux-pkg/$(PKG)
|
|
|
|
include $(GNU_BUILD_MK)
|