From cf0b5d4433b6486c8f76be1a92a00ea5bd936190 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 3 Aug 2019 11:47:58 -0400 Subject: remove amd-uc, remove aplay --- Makefile | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b2d171..22883a1 100644 --- a/Makefile +++ b/Makefile @@ -1,27 +1,21 @@ -all: initramfs.img amd-uc.img +all: initramfs.img initramfs.img: ./make -include initramfs.d -amd-uc.img: kernel/x86/microcode/AuthenticAMD.bin - echo $^ | bsdcpio -o -H newc -R 0:0 > $@ +install: install-initramfs.img -kernel/x86/microcode/AuthenticAMD.bin: /lib/firmware/amd-ucode/microcode_amd_fam17h.bin /lib/firmware/amd/amd_sev_fam17h_model0xh.sbin - mkdir -p $(@D) - cat $^ > $@ - -install: /boot/initramfs.img /boot/amd-uc.img - -/boot/initramfs.img: initramfs.img +install-initramfs.img: initramfs.img rm -f $@.old $@.new cp $< $@.new if [ -e $@ ]; then mv $@ $@.old; fi mv $@.new $@ -/boot/amd-uc.img: amd-uc.img - cp $< $@ - clean: - $(RM) -r initramfs.img initramfs.d amd-uc.img kernel + $(RM) -r initramfs.img initramfs.d kernel + +.PHONY: all install install-initramfs.img clean + +MAKEFLAGS = -L -R -r -- cgit v1.2.3-70-g09d2