soc: bios: fix windows build
authorSean Cross <sean@xobs.io>
Mon, 18 Jun 2018 09:13:54 +0000 (17:13 +0800)
committerSean Cross <sean@xobs.io>
Mon, 18 Jun 2018 09:13:54 +0000 (17:13 +0800)
commit7444992999dc98e6ae6109eefae5bb91c5c70691
tree7e39ce990f04167d75bbad2f8e57ddaa09adb7bf
parent18f86881d9fb241417537f3fe175fa58efa31c51
soc: bios: fix windows build

The BIOS builds just fine on Windows, but afterwards tries to run
`chmod`.  This command does not exist on Windows, and is unnecessary.

Add a conditional guard to prevent this command from running on Windows.

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/software/bios/Makefile