uml: define "generic" subtarget
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 14 Jun 2024 15:05:47 +0000 (17:05 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 17 Jun 2024 10:59:05 +0000 (12:59 +0200)
commitcef30e225d366b9f48eef20eb57773b981dbbdea
treefb760161261392dd1cfd3eaf8dc5842af968bf29
parent76dabadda8e25efd30711eec498cb7896fb1fbc2
uml: define "generic" subtarget

UML didn't have a subtarget defined.

While this compiled fine, the patch caused funny filenames
for the generated files to appear:
 - "openwrt-uml--vmlinux"
 - "openwrt-uml--squashfs.img"
 - "openwrt-uml--ext4.img"
 - ...

since "generic" is implied anyway, let's just set it.

Fixes: d997477775bf ("treewide: remove implicit SUBTARGET")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15713
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/uml/Makefile
target/linux/uml/README.md
target/linux/uml/generic/target.mk [new file with mode: 0644]