changeset 7 | 58366ddcbc93 |
parent 3 | df09f0d786ec |
6:d48e90a0206b | 7:58366ddcbc93 |
---|---|
1569 } |
1569 } |
1570 |
1570 |
1571 if ($line=~/^\s*ROMBUILD_OPTION\s+(\S+)\s*/i) |
1571 if ($line=~/^\s*ROMBUILD_OPTION\s+(\S+)\s*/i) |
1572 { |
1572 { |
1573 $rombuildOptions{$1} = 1; |
1573 $rombuildOptions{$1} = 1; |
1574 push @obydata, "REM handled $line"; |
1574 push @obydata, "REM processed $line"; |
1575 next; |
1575 next; |
1576 } |
1576 } |
1577 |
1577 |
1578 if ($line=~/^\s*enable_spi\s*$/i) |
1578 if ($line=~/^\s*enable_spi\s*$/i) |
1579 { |
1579 { |
1580 if(!($spiset)) { |
1580 if(!($spiset)) { |
1581 $createspi=1; |
1581 $createspi=1; |
1582 } |
1582 } |
1583 push @obydata, "REM handled $line"; |
1583 push @obydata, "REM processed $line"; |
1584 next; |
1584 next; |
1585 } |
1585 } |
1586 |
1586 |
1587 if ($line=~/^\s*disable_spi\s*/i) |
1587 if ($line=~/^\s*disable_spi\s*/i) |
1588 { |
1588 { |