picocom: remove useless arguments from GENTARGETS

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Sven Neumann 2011-10-06 14:39:12 +02:00 committed by Peter Korsgaard
parent ddb3e10707
commit 2e2244d6a4

View file

@ -15,4 +15,4 @@ define PICOCOM_INSTALL_TARGET_CMDS
install -D -m 0755 $(@D)/picocom $(TARGET_DIR)/usr/bin/picocom
endef
$(eval $(call GENTARGETS,package,picocom))
$(eval $(call GENTARGETS))