Skip to content

Commit

Permalink
m68knommu: fix make archclean
Browse files Browse the repository at this point in the history
Remove build reference to arch/m68knommu/boot directory, it doesn't
exist.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Oct 23, 2007
1 parent 293dba4 commit c48f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ core-y += arch/m68knommu/kernel/ \
libs-y += arch/m68knommu/lib/

archclean:
$(Q)$(MAKE) $(clean)=arch/m68knommu/boot

0 comments on commit c48f484

Please sign in to comment.