mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Build Userspace & Drivers only on x64
This commit is contained in:
parent
15c36971e9
commit
e887d57600
4
Makefile
4
Makefile
@ -103,12 +103,16 @@ build_kernel:
|
||||
make -j$(shell nproc) --quiet -C Kernel build
|
||||
|
||||
build_userspace:
|
||||
ifeq ($(OSARCH), amd64)
|
||||
make --quiet -C Userspace build
|
||||
cp -r Userspace/out/* initrd/
|
||||
endif
|
||||
|
||||
build_drivers:
|
||||
ifeq ($(OSARCH), amd64)
|
||||
make --quiet -C Drivers build
|
||||
cp Drivers/out/* initrd/system/drivers/
|
||||
endif
|
||||
|
||||
build_image:
|
||||
mkdir -p iso_tmp_data
|
||||
|
Loading…
x
Reference in New Issue
Block a user