summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-03-02 16:37:04 -0500
committerAndrew Cady <d@cryptonomic.net>2021-03-02 16:37:14 -0500
commit8133d01b282c570260c5026a0e034325ae816998 (patch)
treebb50f7f0c5a7a67bda8e8a05f7e295d843725daf /Makefile
parent766c04e2ac419ebca928d636fd0f0b2edc9aa2d4 (diff)
mkinitramfs-samizdat: use standard location for initrd by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 061209c..ce5b47d 100644
--- a/Makefile
+++ b/Makefile
@@ -358,10 +358,10 @@ upgrade:
358 358
359testinitrdkey: 359testinitrdkey:
360 make install 360 make install
361 ./src/mkinitramfs-samizdat -s 361 ./src/mkinitramfs-samizdat
362 make -C partitions clean keymu 362 make -C partitions clean keymu
363 363
364testinitrd: 364testinitrd:
365 make install 365 make install
366 ./src/mkinitramfs-samizdat -s 366 ./src/mkinitramfs-samizdat
367 make -C partitions clean emu 367 make -C partitions clean emu