summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.target b/Makefile.target
index e15b1c4fb6..cd2abde394 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -52,7 +52,7 @@ TARGET_TYPE=system
endif
$(QEMU_PROG).stp:
- $(call quiet-command,sh $(SRC_PATH)/tracetool \
+ $(call quiet-command,sh $(SRC_PATH)/scripts/tracetool \
--$(TRACE_BACKEND) \
--binary $(bindir)/$(QEMU_PROG) \
--target-arch $(TARGET_ARCH) \
@@ -344,14 +344,14 @@ $(QEMU_PROG): $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y)
$(call LINK,$(obj-y) $(obj-$(TARGET_BASE_ARCH)-y))
-gdbstub-xml.c: $(TARGET_XML_FILES) $(SRC_PATH)/feature_to_c.sh
- $(call quiet-command,rm -f $@ && $(SHELL) $(SRC_PATH)/feature_to_c.sh $@ $(TARGET_XML_FILES)," GEN $(TARGET_DIR)$@")
+gdbstub-xml.c: $(TARGET_XML_FILES) $(SRC_PATH)/scripts/feature_to_c.sh
+ $(call quiet-command,rm -f $@ && $(SHELL) $(SRC_PATH)/scripts/feature_to_c.sh $@ $(TARGET_XML_FILES)," GEN $(TARGET_DIR)$@")
hmp-commands.h: $(SRC_PATH)/hmp-commands.hx
- $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
+ $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
qmp-commands.h: $(SRC_PATH)/qmp-commands.hx
- $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
+ $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
clean:
rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o
href='/openslx/kernel-qcow2-linux.git/commit/?id=2b5ec1a5f9738ee7bf8f5ec0526e75e00362c48f'>netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-042-0/+8 | | * | | | | | | cxgb4: update latest firmware version supportedGanesh Goudar2017-11-041-3/+3 | * | | | | | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina2017-11-081-1/+1 | * | | | | | | | Merge branch 'fixes-v4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-081-2/+2 | |\ \ \ \ \ \ \ \ | | * | | | | | | | KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-081-2/+2 | * | | | | | | | | apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2 | |/ / / / / / / / | * | | | | | | | drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov2017-11-071-1/+6 | * | | | | | | | Revert "scsi: make 'state' device attribute pollable"Linus Torvalds2017-11-072-7/+1Star | * | | | | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2 | |\ \ \ \ \ \ \ \ | | * | | | | | | | workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2 | * | | | | | | | | scripts: add leaking_addresses.plTobin C. Harding2017-11-062-0/+310 | * | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-063-13/+15 | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | * | | | | | | | crypto: ccm - preserve the IV bufferRomain Izard2017-11-031-1/+3 | | * | | | | | | | crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6 | | * | | | | | | | crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6 | * | | | | | | | | Linux 4.14-rc8Linus Torvalds2017-11-051-1/+1 | * | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-056-7/+38 | |\ \ \ \ \ \ \ \ \ | | * | | | | | | | | x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13 | | * | | | | | | | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-045-7/+25 | * | | | | | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27Star | |\ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27Star | * | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-0529-21/+57 | |\ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0426-16/+36 | | * | | | | | | | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03